home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / nntpd / nntpd.doc < prev    next >
Text File  |  1995-08-16  |  2KB  |  82 lines

  1. NNTPd                                      NNTPd
  2.  
  3.  
  4. NAME
  5.  
  6.     NNTPd - NNTP Daemon for AmiTCP, Version 1.2.
  7.  
  8.  
  9. SYNOPSIS
  10.  
  11.     NNTPd
  12.  
  13.  
  14. DESCRIPTION
  15.     
  16.     NNTPd is the NNTP news daemon for use with AmiTCP 4.0+.  It is called
  17.     whenever a connection to port 119 is made.  It is fully compliant with
  18.     RFC 977 (included), and supports the non-RFC 977 extensions: mode
  19.     reader, listgroups, xgtitle, xhdr, xover, xpat and xpath that some
  20.     newsreaders are now using.
  21.  
  22.  
  23. INSTALLATION
  24.  
  25.     Installation of NNTPd used to be very simple.  Posting routines
  26.     ruined that. :)  However, just follow the directions closely and you
  27.     should be okay.
  28.  
  29.     1) Copy NNTPd to AmiTCP:serv
  30.  
  31.     2) Edit your AmiTCP:db/inetd.conf and add the following line:
  32.  
  33.     nntp      stream tcp nowait root AmiTCP:serv/nntpd
  34.  
  35.     3) Add the following to your s:user-startup:
  36.         SetEnv    UUNEWS  <The directory where the news is.>
  37.         SetEnv    ACTIVE    <Full path and name of your active file.
  38.                   This MUST be in your uunews directory.
  39.                   A bit of a kludge, but I'll fix it later.
  40.         SetEnv  HOSTNAME <your full host name>
  41.         SetEnv    NEWSSPOOL <The directory you want news spooled into>
  42.  
  43.         for example, mine says:
  44.             SetEnv    UUNEWS  work:uunews/
  45.             SetEnv    ACTIVE    UUnews:active
  46.             SetEnv  HOSTNAME luebbert.sc.net
  47.             SetEnv  NEWSSPOOL UUSPOOL:
  48.  
  49.        Reboot, or set the environment variables above by hand as they
  50.        will be needed by the next steps.
  51.  
  52.     4) Copy the files and the directory bin from the uunews subdirectory
  53.        to your uunews:.
  54.  
  55.     5) NNTPd is now completely installed, however, you must now build the
  56.        databases required by the daemon.  See INSTALL for more details.
  57.  
  58.  
  59. DIAGNOSTICS
  60.  
  61.     To test NNTPd for yourself, try: telnet <localhost> 119.  (You'll
  62.     obviously have to have your network up and running.)  If it closes
  63.     immediately, check the AmiTCP log for the reason.  Usually it is a
  64.     problem with configuration.  If you already have an active news 
  65.     directory, try and look at some of the articles.
  66.  
  67.  
  68. BUGS
  69.  
  70.     None known.  Report any bugs or suggestions to:
  71.             luebbert@luebbert.sc.net.
  72.  
  73.  
  74. LEFT TO DO
  75.  
  76.     1) Add authentication.
  77.     2) Add a means of kicking relaynews when there is new news.
  78.     3) Add a means of relaying news to other systems based on a
  79.        distribution list.
  80.     4) Suggestions?
  81.  
  82.